runtime/internal/atomic.Int64.Add (method)

6 uses

	runtime/internal/atomic (current package)
		types.go#L87: func (i *Int64) Add(delta int64) int64 {

	runtime
		mgcmark.go#L252: 			workCounter.Add(workDone)
		mgcmark.go#L1087: 			gcController.heapScanWork.Add(gcw.heapScanWork)
		mgcmark.go#L1107: 		gcController.heapScanWork.Add(gcw.heapScanWork)
		mgcmark.go#L1175: 			gcController.heapScanWork.Add(gcw.heapScanWork)
		mgcwork.go#L279: 		gcController.heapScanWork.Add(w.heapScanWork)